home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13991 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: druid.borland.com!rnelson
  2. From: uk.twyford.rnelson@wpo.borland.com (Roy Nelson)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Oops.  was Re: Problems with BC50
  5. Date: Thu, 28 Mar 96 16:07:56 GMT
  6. Organization: Borland
  7. Message-ID: <4jdrtm$akq@druid.borland.com>
  8. References: <4j4b8f$7u9@news.interpath.net> <4j4ge7$p24@news1.h1.usa.pipeline.com> <4j82ie$302@relay.cinvest.chel.su>
  9. NNTP-Posting-Host: rnelson.uk.borland.com
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <4j82ie$302@relay.cinvest.chel.su>,
  13.    xxx@relay.cinvest.chel.su (Valery Zhuravlev) wrote:
  14. >I also failed to build win16 application under BC50.  Borland threw away
  15. >embedded in IDE linker for win16 (embedded linker works now only for win32).
  16. >So to build win16 application IDE transfers to standing alone tlink. And it
  17. >returns "out of memory".  I don't know either how to avoid this problem.
  18. >
  19. >By the way - it works if you are running simple make-file generated by IDE.
  20. >Even just loaded 1.6 MB patch from ftp.borland.com for BC50 did not make this 
  21. >work under IDE.
  22. >
  23. >larry
  24. >
  25. Hi Larry,
  26.  
  27. From a previous message
  28. Here's an excerpt from the readme file:
  29.  
  30. o) Building 16-Bit Applications in Windows 95
  31. ---------------------------------------------
  32. When you build 16-bit applications in the IDE, a process called
  33. CapDos32 remains in memory.  If you view PVIEW.EXE, it shows
  34. these processes as WINOLDAP.
  35.  
  36. To make these processes unload themselves after 16-bit builds,
  37. select \WINDOWS\SYSTEM\CONAGENT.EXE, select File | Properties, and
  38. check Close on exit on the Program page. To avoid running out of
  39. memory while linking 16-bit applications, set all memory choices
  40. to Auto on the Memory page of the CONAGENT.EXE properties.
  41.  
  42. Roy Nelson
  43. Borland UK
  44.